ComponentOne DynamicHelp for WinForms
FindLastIndex(Int32,Predicate<HelpTopic>) Method

C1.Win.C1DynamicHelp.4 Assembly > C1.Win.C1DynamicHelp Namespace > HelpTopicList Class > FindLastIndex Method : FindLastIndex(Int32,Predicate<HelpTopic>) Method
Syntax
'Declaration
 
Public Overloads Function FindLastIndex( _
   ByVal startIndex As System.Integer, _
   ByVal match As System.Predicate(Of HelpTopic) _
) As System.Integer
public System.int FindLastIndex( 
   System.int startIndex,
   System.Predicate<HelpTopic> match
)

Parameters

startIndex
match
See Also

Reference

HelpTopicList Class
HelpTopicList Members
Overload List